org.eclipse.vtp.desktop.editors.core.impl
Class ApplicationFragmentEditor.DefaultElementResolver

java.lang.Object
  extended by org.eclipse.vtp.desktop.editors.core.impl.ApplicationFragmentEditor.DefaultElementResolver
All Implemented Interfaces:
ElementResolutionVisitor
Enclosing class:
ApplicationFragmentEditor

public class ApplicationFragmentEditor.DefaultElementResolver
extends java.lang.Object
implements ElementResolutionVisitor


Constructor Summary
ApplicationFragmentEditor.DefaultElementResolver(java.util.List dialogModels)
           
 
Method Summary
 void resolveElement(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationFragmentEditor.DefaultElementResolver

public ApplicationFragmentEditor.DefaultElementResolver(java.util.List dialogModels)
Method Detail

resolveElement

public void resolveElement(Element element)
Specified by:
resolveElement in interface ElementResolutionVisitor